home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetFindTypeAttr2.h < prev    next >
C/C++ Source or Header  |  1996-10-14  |  625b  |  30 lines

  1. /*
  2.  *--- PGetFindTypeAttr2.h -----------------------------------------------
  3.  * Copyright (c) 1996 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Oct 10, 1996 @ 8:37 PM by Paul Norton.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetFindTypeAttr2__
  10. #define __PGetFindTypeAttr2__
  11.  
  12. #include "PHandleQuery.h"
  13.  
  14. class PGetFindTypeAttr2 : public PHandleQuery
  15. {
  16.  
  17. public:
  18.  
  19.     PGetFindTypeAttr2();
  20.  
  21.     short            dSetWidth;
  22.     short            cTrack;
  23.     const char *    sColorName;
  24.     short            nTintValue;
  25. };
  26.  
  27. #endif
  28.  
  29. // end of PGetFindTypeAttr2.h
  30.